laravel has posted 7 screencasts

Grab user's feed
laravel
  • Name Laravel PHP

Screencast Chatter

about laravel

unohuim

unohuim thanks Taylor. How does Eloquent know that the pivot table is named role_user?permalink

dirkpostma

dirkpostma Is it also possible to do this in 1 query? E.g. that eloquent generates a query like: SELECT * FROM users,orders,lines WHERE order_user_id=user_id AND line_id = order_line_id AND line_amount > 100 The ideal ORM should be able to generate these kind of queries with same kind of syntax. Can Eloquent do this? permalink

bloveless

bloveless this is awesome! Probably the best templating engine I've seen in a while!permalink

prawee

prawee thank you.permalink

Romania

Romania Hi Taylor, Laravel is amazing and have a lot of features that would make me forget classic development. There is although a question. I've used the routes as you've explained but is not working as expected: [code] Route::get('user/profile/(:num)', function($id) { // find user and make view }); Route::get('user/(:num)/view/', function($id){ // same thing as above }); [/code] The second Route does not work, instead it gives me a 404 page. The 1st route works like a charm.permalink

marekzelinka

marekzelinka What theme and plugins are you using?permalink

michaeljcalkins

michaeljcalkins You have a beautiful voice.permalink

Apathetic

Apathetic <3 Your voice.permalink

Jakobud

Jakobud When you visited your route in your browser, it is off the screen or something. Your browser didn't show up on screen. Would have been nice to see the result.permalink

sineld

sineld Great! Thanks.permalink