Комментарии:
Your tutorials are awesome. Thank you for explaining all the technical terms in laymen language! It is easy to understand and follow through. Please keep up the good job!
ОтветитьThanks!
Ответитьhi there, thanks for the great tutorial, do you have any example of loading data to our model using stored procedures and then passing data to your controller?
Ответитьthank you
Ответитьhow to call model in controller and how access? no blob blob
Ответитьkindly reply in which show error
public funtion index()
{
return 'This is only index of the product.';
}
sir i need code
Ответитьafter php artisan list..... it went like Bahamut Nova Flame !!!! and my snot went Everywhere :P
ОтветитьThanku yrr
ОтветитьHi I Created that controller but there are no methods in side
ОтветитьGreat tutorial, thank you for providing this. With a little thought I can make this work with a class I'm taking.
Ответитьwow this is the thing i wanred learn from beginner manually it,s very helpful o me thank you ,, can tell any shoping cart best library for laravel
Ответитьthank you man thanks a lot
ОтветитьBest Laravel Tutorial Ever
ОтветитьThank you so much! <3 I Super love the videos! All the tutorials are well explained :)!
ОтветитьWhy the fuck would you title the video "model", while its about fucking controllers?
ОтветитьRenato you missed something. Before getting to models would be reasonable to talk about styling. In previous lesson we played with layouts and I was expected to follow with bootstrap. Is there any video on this or tell please how to insert bootstrap in layouts. Thanks!
ОтветитьHi Thanks for the tutorial, it is very good.
When I do this :
php artisan make:controller ProductController
It creates an empty controller, unlike yours which contain the functions index,create etc.
without using php artisan migrate couldn't work with database, but you escaped that steps. I just quite lost this video.
ОтветитьHi, I use laravel homestead. I followed every step from your video, when I use this codes " $products = Product::all();
return $products;", and tried to reload the laravel.dev /product on my browser but I got this error "PDOException in Connector.php line 55:
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)". How to fix it? I have searched it on google but it didn't help.
THANK YOU !!
Ответить