When I downloaded your project and ran composer install, it gave me a php version incompatibility error. Way1: i added php8.0 to composer.json, Way2:i added --ignore-platform-reqs to composer install command also failed. Can you update the project again?
I get this error in console . admin route is empty in my case for this . app.js:41894 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Hello, an error is appearing after the configuration of Vuetiyfy: "Error in beforeCreate hook:" Error: Vuetify is not properly initialized ", and I have followed the steps of your installation, the only difference is that it is running under Docker, you can run me help?
Hi, I have clone your repo from github the link you have shared and install all dependencies but when i run php artisan serve the server started but when i visit 127.0.0.1:8000/admin It display nothing? can you please help me out on this I will appreciate you
Route::any( uri: '/admin/{any?}', action: 'AdminController@index')->where(name: 'any', expression: '.*')->middleware(middleware: 'auth'); Gives - an error: In web.php line 22: syntax error, unexpected ':', expecting ',' or ')' Then I had to work with: // Route::any('/admin/{any?}', 'AdminController@index')->where('any', '.*')->middleware('auth'); What happened!?
Um, im new with vue, i wanted to run this to see the admin dashboard, but how i run it ?, When i use php artisan serve and access the url 'localhost:8000/admin' it return nothing, i just wanted to see the admin panel, can you help me ? 😅
"php artisan serve" is not only enough to run through 8000 port. Run: "php artisan serve --port=8000". Note: don't forget to run apache server before that :)
@@samikaranadhikari9739 I am facing same problem? when i visit 127.0.0.1:8000/admin It display nothing? I have clone repo from github the link above shared? I need help please..
lol I made the same project separately for my new job.. laravel 6, spatie, vue, vuetify, vue router in SPA way :D im still going to watch your videos just in case I've missed smthing
Good question, he just skipped that part, I don't know why but he should first make video on that then go to the dashboard thing. I think he deliberately skipped that because it might have some complex logic so he is skipping it.
Yes I agree, would love to see a simple way to signup / login from frontend, there are several tutorials around the web but all add complexities like managing state via vuex store, jwt authentication and saving user in local storage etc. I think by still leveraging the session and issuing ajax calls to regular auth scaffold routes might be the way to go. @WebDevMatics would add this for us?
You just earned a new subscriber.
When I downloaded your project and ran composer install, it gave me a php version incompatibility error. Way1: i added php8.0 to composer.json, Way2:i added --ignore-platform-reqs to composer install command also failed. Can you update the project again?
thx u, I'm not fired because of u, and even get encouragement
You are welcome
I get this error in console . admin route is empty in my case for this .
app.js:41894 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Hello, an error is appearing after the configuration of Vuetiyfy: "Error in beforeCreate hook:" Error: Vuetify is not properly initialized ", and I have followed the steps of your installation, the only difference is that it is running under Docker, you can run me help?
The BEST as always!
Sir, is it legal to remove or hide copyright section in the template footer like coreui?
You have to check their website if they mentioned it is under MIT license then you can do anything.
ありがとうございました!
Hi, I have clone your repo from github the link you have shared and install all dependencies but when i run php artisan serve the server started but when i visit 127.0.0.1:8000/admin It display nothing? can you please help me out on this I will appreciate you
Route::any( uri: '/admin/{any?}', action: 'AdminController@index')->where(name: 'any', expression: '.*')->middleware(middleware: 'auth');
Gives - an error:
In web.php line 22:
syntax error, unexpected ':', expecting ',' or ')'
Then I had to work with:
// Route::any('/admin/{any?}', 'AdminController@index')->where('any', '.*')->middleware('auth');
What happened!?
Remove uri: from above line
From where you learnt this syntax? This is not how we define route in laravel refer to code on github
:) , I know, I thought 5.7 has some more ways, like that. Thanks for your reply.
Which laravel version are you using in this project ?
5:8
Um, im new with vue, i wanted to run this to see the admin dashboard, but how i run it ?, When i use php artisan serve and access the url 'localhost:8000/admin' it return nothing, i just wanted to see the admin panel, can you help me ? 😅
"php artisan serve" is not only enough to run through 8000 port. Run: "php artisan serve --port=8000". Note: don't forget to run apache server before that :)
@@samikaranadhikari9739 I am facing same problem? when i visit 127.0.0.1:8000/admin It display nothing? I have clone repo from github the link above shared? I need help please..
can you upgrade to laravel 8 with fortify?
Interesting Idea will consider. Thanks
how to add pa (php artisan) to command line?
Navigate to your "Laravel Project" in command line. You can't use "artisan commands" outside laravel project.
lol I made the same project separately for my new job.. laravel 6, spatie, vue, vuetify, vue router in SPA way :D im still going to watch your videos just in case I've missed smthing
how to use spatie permission with vue spa
Follow this series th-cam.com/play/PLzz9vf6075V25O3jAzvBrU-k4PscUWoLi.html
hello!, excuse me, how can I make login/register in this project using vuetify ? TxU.
Good question, he just skipped that part, I don't know why but he should first make video on that then go to the dashboard thing. I think he deliberately skipped that because it might have some complex logic so he is skipping it.
Yes I agree, would love to see a simple way to signup / login from frontend, there are several tutorials around the web but all add complexities like managing state via vuex store, jwt authentication and saving user in local storage etc. I think by still leveraging the session and issuing ajax calls to regular auth scaffold routes might be the way to go. @WebDevMatics would add this for us?
@@LorenzoBeltrame I have already created that here th-cam.com/video/5alYl63tXL8/w-d-xo.html
@@TahirBhai This playlist got what you want th-cam.com/video/5alYl63tXL8/w-d-xo.html
Can you please add laravel-websockets and work with it?
why Indian people does not pronounce correctly :=> ex: Finish != Finis ????
Working on it bro, btw I am not Indian
Laravel vue food delivery app
cant teach