using Laravel-Nwdart modules via addressbar - development

using Laravel-Nwdart modules via addressbar

after installing nWdart laravel Module via composer, i create new module as login with this command:

php artisan module:make Login

serve command:

php artisan serve

after this command i’m trying to access to that via address bar or route like with this url:

http://127.0.0.1:8000/modules/login

unfortunately i can’t find any document about this action and i get this error:

Sorry, the page you are looking for could not be found.



from Laravel Questions and Answers https://laravelquestions.com/laravel/using-laravel-nwdart-modules-via-addressbar/
via Lzo Media

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

ng-include of inline SVG does not display gradient except in Chrome

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development