@rahul thanks a lot it worked !!
Posts made by youssefboudaya
-
RE: How To Create Package ?
thanks a lot i did all those edits in my project then php artisan config:clear , composer dump-autoload , php artisan route:cache and it worked.The problem now is when i go to hello-world i get this displayed "helloworld::app.hello-world.name"
-
RE: How To Create Package ?
i did these changes but i still can't access that url i think there is an error somewhere else here is my whole project: https://we.tl/t-ZxQA9ugf6s
-
RE: How To Create Package ?
@rahul said in How To Create Package ?:
0_1565002008993_ACME
can you please reupload the attach file
-
RE: How To Create Package ?
it didnt work can i upload my project here to check for errors ?
-
RE: How To Create Package ?
i did those commands and nothing happened my project url is "http://localhost:7777/bagisto/public/"
this is the url i want to access http://localhost:7777/bagisto/public/hello-world .
this is the architecture of my package : -
How To Create Package ?
Hi , i just installed bagisto and followed the documentation on how to add a package when i reached step 7 i tried to access hello-world url but i get 404 page not found !