Screencast Chatter
about laravel
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
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 What theme and plugins are you using?permalink
michaeljcalkins You have a beautiful voice.permalink
