No problem to use php within blade files
Laravel files are php, so mysql_query will work (assuming your php install supports it)
$_SESSION will work as it is just regular php files - on mobile so can't check, but I think sessions created in laravel might be encrypted...
Thank you! I'm using a bunch of functions and classes. How would I import those and make it compatible with Laravel?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community