Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Image Manipulation - Convert
Post: Image Manipulation - Convert

Hello, I'm trying to convert PNG to JPG using Image Manipulation Class PHP Code: -- \Config\Services::image() ->withFile($file) //$file is PNG image ->convert(IMAGETYPE_JPEG) ->save($jpg);...
3,709 Views
3 Replies
06-22-2020, 09:06 AM
hidayat
  Thumbs Up Thread: [Controller Filters] Controller Index problem
Post: RE: [Controller Filters] Controller Index problem

kilishan Wrote: (06-19-2020, 10:37 AM) -- Depending on how your routes are setup, you can often use the wildcard without the slash to make it work: PHP Code: -- public $filters = [   'isLogge...
2,318 Views
3 Replies
06-19-2020, 06:46 PM
hidayat
    Thread: [Controller Filters] Controller Index problem
Post: [Controller Filters] Controller Index problem

Hello, I created filters for some of my webpage, the pattern is like this PHP Code: -- public $filters = [ 'isLoggedIn' => ['before' => ['user/*','home/*','edisi/*','rubrik/*','article/*']],...
2,318 Views
3 Replies
06-18-2020, 09:02 PM
hidayat

Theme © iAndrew 2016 - Forum software by © MyBB