Live-Coding: Small Laravel Project in 7 Minutes

preview_player
Показать описание
I've been shooting a lot of demo projects on this channel, and this time I want to take you "behind the scenes" of how I create those boilerplate demos pretty quickly. Create the structure, generate fake data, and install some typical design - all of that in 7 minutes.

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

YES!
These small complete, tiny, FAST projects are like comparable to a child practicing musical scales.... I can repeat them over and over and learn key concepts quickly and thoroughly as well as the associative memory of the concepts.
Please do more!

jeffbee
Автор

Weird world, why does this man does not have the total number of subscribers he should deserve, you're so awesome man.

geneartista
Автор

I came by for checking how things work in php compared to Rails. And I delightfully discovered I should be catching up pretty fluently. Great presentation!

takeshiwan
Автор

as usual, simple yet powerfull... Learn a lot from your tutorial sir...

charninja
Автор

Just waiting for your video sir, My day started with your video💓💓💓❤️

bmtamim
Автор

Laravel api + Flutter Live-Coding: Small Project would be nice.

aviwemusa
Автор

Thank you sir... You are too good.... Thank you for daily videos. ❤️

MuhammadKamran-ljdd
Автор

GREAT your NEW subscriber from PAKISTAN 💚

AabaBeel
Автор

I'm a beginner in Laravel and I have come across with your tutorial. It's a great video and it's been helpful. But I got this error while running npm install && npm run dev. :

At line:1 char:13
+ npm install && npm run dev
+ ~~
The token '&&' is not a valid statement separator in this version.
+ CategoryInfo : ParserError: (:) [],
+ FullyQualifiedErrorId : InvalidEndOfLine


Can I ask for any suggestions and recommendations, please. Thank you!

ami_
Автор

i got a problem: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'products.products' doesn't exist
and i did all steps i dont know what's the problem

sanaeareina
Автор

Great. Do you have a video on integration of Adminlte? Please make one if you don't have it yet.

RuturajPatki
Автор

Thanks again! Question: what is the benefit of storing the price as an integer instead of a decimal?

rdvr
Автор

I didn't catch how do you set up the .test domain automatically, how did you got it?

manuelben
Автор

Hey Mr. Povilas! I saw your video "Laravel: Separate Admin/User Areas" but I'm still having doubts on how to separate Sub-Folders in Controller. For example, if I have Products and both User and Admin can see the "regular layout" showing the products, but only the Admin can see the table layout where you can Add/Delete products.
Would that be all in ProductController? But the problem is, if all is in the same Controller how could I separate the controller in sub-folder (Admin and User || Admin, Moderator, User) without duplicating code? Would I separate in sub-folders the same Controller and repeat the method where I query for the "regular layout" in both Contollers?

thelostrider
Автор

You are my best friend bro 😎 perfect 👍

sefaiyi
Автор

Hy Daily can you please make a video for project structure you used for creating project. Like what pattern you use. Like service classes, controllerc, models etc.

samiullah
Автор

Why i get Class 'Database\Seeders\Category' not found on a fresh Laravel 8 project, my composer.json look ok public function run()
15▕ {
➜ 16▕
17▕ }

marcelrozendaal
Автор

recommend the best admin themes for laravel

insidecampustv
Автор

Hello sir, How can I update foreignId column without deleting the migration?

$table->foreignId('order_id')->constrained('orders', 'id')->onDelete('cascade');

to

$table->foreignId('order_id')->nullable()->constrained('orders', 'id')->onDelete('SET NULL');

bmtamim
Автор

When is best to use put instead of patch

kingstalker