thanks, I manage to migrate the tables and everything but during registration, the data didn't insert into the table. Where did I get it wrong??? Please answer sir.
I used composer require laravel/ui php artisan ui vue -auth instead of php artisan make:auth (I think laravel upgraded version not suporting make:auth)....
Hello. how can I, for example, display all articles if there are more than 100 of them? This method is very long, maybe it can be automated somehow? Answer please.
In case your login and register look horrible. Here is the solution--> 1. composer require laravel/ui 2. php artisan ui bootstrap 3. npm install 4. npm run dev
Here, u can use this: ua-cam.com/video/61EKmNOUPyM/v-deo.html ua-cam.com/video/Tvwi6ohzdz8/v-deo.html Orelse, we can create a seperate guard and create your custom login register with JobPortal
Create an "assets" folder in the public folder then place your CSS and js files (containing the bootstrap files). then in the head link href, add {{asset('assets/css/bootstrap.min.css'}}. Same for images and JS. I hope this helps
i have started learning laravel today, this video popped up in my search. as i go through the video, all i could understand is the person who made this video knows what to be done and where to be done, but does not know WHY ..... lack of concepts for sure...i had to google most of the codes he wrote as to why he did it. Disappointed to the fullest
@@fundaofwebit Guess you did not read my comment properly out of fury. I did say i was beginner, it was in the context. you seem very arrogant, your reply indicates as you are telling me to f**k off. go somewhere else. Learn to take negative criticisms in a healthy manner. I wrote what i felt about the standard of video, as a beginner. Alas i encountered a hot head here. sick
PDOException::("SQLSTATE[HY000] [2002] Connection refused") PDO::__construct("mysql:host=127.0.0.1;port=3306;dbname=Project", "Project", "root", []) please help me about this cant resolve
sir i have error like this [InvalidArgumentException] Command "make:auth" is not defined Did you mean one of these? make:test make:request make:migration make:seeder make:middleware make:controller make:provider make:policy make:event make:console make:job make:listener make:model make:command
If you are using versions such as 6.0 or above, try this in your terminal: composer require laravel/ui hit Enter and php artisan ui:auth PS: You can also specify the js if necessary. please follow laravel documentation for that
sir what can i do to fix this? $ composer require laravel/ui Using version ^3.4 for laravel/ui ./composer.json has been updated Running composer update laravel/ui Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - laravel/ui[v3.4.0, ..., 3.x-dev] require illuminate/console ^8.42|^9.0 -> found illuminate/console[v8.42.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require. - Root composer.json requires laravel/ui ^3.4 -> satisfiable by laravel/ui[v3.4.0, ..., 3.x-dev]. You can also try re-running composer require with an explicit version constraint, e.g. "composer require laravel/ui:*" to figure out if any version is installable, or "composer require laravel/ui:^2.1" if you know which you need. Installation failed, reverting ./composer.json and ./composer.lock to their original content.
But one major change introduced in laravel 6.0 is the removal of
php artisan make:auth
For laravel 6.0
composer require laravel/ui
php artisan ui:auth
thank you
for laravel 7 is the same
@@Andredy89 yes it will work
Your teaching is excellent
I really love Funda
You may enable the innodb_large_prefix option for your database instead of Schema::defaultStringLength(191);...
thanks, I manage to migrate the tables and everything but during registration, the data didn't insert into the table. Where did I get it wrong??? Please answer sir.
thats happend with me how do you solve it ?
Latest on auth is -> php artisan ui:auth
In Laravel 6,7 & 8.
composer require laravel/ui
php artisan ui:auth
I used composer require laravel/ui
php artisan ui vue -auth
instead of php artisan make:auth (I think laravel upgraded version not suporting make:auth)....
composer require laravel/ui
php artisan ui vue --auth
php artisan migrate
Very useful tutorial. Thanks very much. One question: what theme are you using for VS Code, cause I like the folder/file icons. Thanks
Laravel 7:
composer require laravel/ui
php artisan ui vue --auth
- command will create all of the views you need for authentication and place them in the resources/views/auth directory.
Thank you bro you just saved me
Thank you soo much🙏🙏🙏🙏🙏
can we do this without any use of migration?
Hello. how can I, for example, display all articles if there are more than 100 of them? This method is very long, maybe it can be automated somehow? Answer please.
In case your login and register look horrible. Here is the solution-->
1. composer require laravel/ui
2. php artisan ui bootstrap
3. npm install
4. npm run dev
It's Laravel 5.8 version.
Laravel 8.x version. Link :
ua-cam.com/video/4peF7boPBC4/v-deo.html
Thanks
What's the work of the provider?
data dosen't insert into database ??? how could i solve that ?
Hello, in case if i have to make three different user roles, example: jobseeker,employer, and admin . How do i determine the routes after login?
Here, u can use this:
ua-cam.com/video/61EKmNOUPyM/v-deo.html
ua-cam.com/video/Tvwi6ohzdz8/v-deo.html
Orelse, we can create a seperate guard and create your custom login register with JobPortal
thank you for sharing! this help to the people like me trying to learn laravel, suscribed!
Again Thanks
I added status and set it as boolean. what if I want to set the status to 1 everytime the admin logs in? What will I add? :)
My bootstrap is not work, how can i solve?
Create an "assets" folder in the public folder then place your CSS and js files (containing the bootstrap files). then in the head link href, add {{asset('assets/css/bootstrap.min.css'}}. Same for images and JS. I hope this helps
i have started learning laravel today, this video popped up in my search. as i go through the video, all i could understand is the person who made this video knows what to be done and where to be done, but does not know WHY ..... lack of concepts for sure...i had to google most of the codes he wrote as to why he did it. Disappointed to the fullest
If u require professional level knowledge.. Pay n get courses on udemy... My videos are to help beginners and problem solving.
@@fundaofwebit Guess you did not read my comment properly out of fury. I did say i was beginner, it was in the context. you seem very arrogant, your reply indicates as you are telling me to f**k off. go somewhere else. Learn to take negative criticisms in a healthy manner. I wrote what i felt about the standard of video, as a beginner. Alas i encountered a hot head here. sick
Class "App\Providers\Schema" not found
whats wrong?
Import the class Schema in the path : app/providers/AppServiceProvider.php
And how do I do that?
i didn't find usertype in my database column.......done every steps shown in the video...
Try php artisan migrate:fresh
Do you have template ? Ca'n u share link for download ?
PDOException::("SQLSTATE[HY000] [2002] Connection refused")
PDO::__construct("mysql:host=127.0.0.1;port=3306;dbname=Project", "Project", "root", [])
please help me about this
cant resolve
check your .env file
Your database information must be accurate in it.
Sir how you made user type.?.
Reply sir plz I am in trouble
You can watch this video: ua-cam.com/video/2Y5IJYZbaa8/v-deo.html
sir i have error like this
[InvalidArgumentException]
Command "make:auth" is not defined
Did you mean one of these?
make:test
make:request
make:migration
make:seeder
make:middleware
make:controller
make:provider
make:policy
make:event
make:console
make:job
make:listener
make:model
make:command
composer require laravel/ui
php artisan ui:auth
Laravel 6 n above version it does not support. make:auth command...
i cant make auth...how to make plz need help
same
bcs this tutorial for laravel
If you are using versions such as 6.0 or above,
try this in your terminal:
composer require laravel/ui
hit Enter
and
php artisan ui:auth
PS: You can also specify the js if necessary. please follow laravel documentation for that
@@meerajadhikari1877 it's work ....... thx
@@meerajadhikari1877 but login and registration forms without any styling
sir what can i do to fix this?
$ composer require laravel/ui
Using version ^3.4 for laravel/ui
./composer.json has been updated
Running composer update laravel/ui
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- laravel/ui[v3.4.0, ..., 3.x-dev] require illuminate/console ^8.42|^9.0 -> found illuminate/console[v8.42.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires laravel/ui ^3.4 -> satisfiable by laravel/ui[v3.4.0, ..., 3.x-dev].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require laravel/ui:*" to figure out if any version is installable, or "composer require laravel/ui:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
This Package is for above laravel 6.
The app .css file is not working properly I think what shall I do it's like normal button and textbox
Did you find an answer to this?
@@kcmark3 yes
how did you work your css and bootstrap??
ua-cam.com/video/aTmE1tbpmKEa/v-deo.htmla
@@fundaofwebit this tutorial is part of video?? series admin panel?
Please add subs for the vidoes u made. The first video (part I) has subs and it helped me since I'm hearing impaired.
Can you show me your app.blade.php file
Hi
My register page layout looks like broken...
is this caused by laravel 6 ?
i've solved it my self
1. composer require laravel/ui
2. php artisan ui bootstrap
3. npm install
4. npm run dev