Snapey4 years agoLevel 122ReplyReport SpamIts all PHP If you are learning Laravel, learn how to use the framework, not how to work around it Like Reply 1 like
Abbeville134 years agoLevel 1ReplyReport SpamSure, you can. But, it is advisable to follow the laravel convention. I believe that is why you decided to use a framework Like Reply 1 like
furqanDev4 years agoLevel 18ReplyReport SpamIt is PHP and you can write your own CRUD operation. But It's a framework so you should stick to its method. If you want to use RAW mysql Queries then you can do it as well if you don't want to use Laravel Eloquent Model. Like Reply
jlrdw4 years agoLevel 75ReplyReport Spam@junedadenwalla use either db facade or getPdo(). See this past post" https://laracasts.com/discuss/channels/laravel/sql-native-to-query-builder I would suggest you also learn query builder and some eloquent as well. Like Reply